Order	Active	Type	Name	Expression	RateExpression	SurchargeExpression	NameExpression	DescriptionExpression
100	True	Option	Hello World	true	5			"Your cart weighs " + [$TotalWeight].ToString() + " lbs."
110	True	Option	Hello Admin	Customer.IsInCustomerRole("Administrators")	6			
120	True	Boolean	Cart has shirts	Items.Any(ProductVariant.Product.HasCategory("Shirts"))				
130	True	Integer	Count Shirts	Items.Where(ProductVariant.Product.HasCategory("Shirts")).Sum(Quantity)				
140	True	Option	Hello Shirts	[Cart has shirts]	10	[Count Shirts] * 2.00	"Hello [Count Shirts]  Shirts"	
